Skip to content

chore: POC for PQC support using Bouncy Castle#2161

Draft
diegomarquezp wants to merge 26 commits into
mainfrom
chore/pqc-poc-2
Draft

chore: POC for PQC support using Bouncy Castle#2161
diegomarquezp wants to merge 26 commits into
mainfrom
chore/pqc-poc-2

Conversation

@diegomarquezp
Copy link
Copy Markdown
Contributor

No description provided.

@product-auto-label product-auto-label Bot added the size: xl Pull request size is extra large. label May 25, 2026
@diegomarquezp diegomarquezp changed the title chore: POC for PQC support chore: POC for PQC support using Bouncy Castle Jun 1, 2026
Object objEngine = delegate;
if (objEngine instanceof org.bouncycastle.jsse.BCSSLEngine) {
org.bouncycastle.jsse.BCSSLEngine bcEngine = (org.bouncycastle.jsse.BCSSLEngine) objEngine;
org.bouncycastle.jsse.BCSSLParameters bcParams = bcEngine.getParameters();
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If bouncy castle can achieve this with is own BCSSLParameters, then we can see if we can do something similar with Conscrypt.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size: xl Pull request size is extra large.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant